net/http.http2clientStream.reqBodyClosed (field)

11 uses

	net/http (current package)
		h2_bundle.go#L7891: 	reqBodyClosed        chan struct{} // guarded by cc.mu; non-nil on Close, closed when done
		h2_bundle.go#L7945: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L7952: 	if cs.reqBodyClosed != nil {
		h2_bundle.go#L7955: 	cs.reqBodyClosed = make(chan struct{})
		h2_bundle.go#L7956: 	reqBodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8848: 		bodyClosed := cs.reqBodyClosed
		h2_bundle.go#L9123: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L9125: 		cs.reqBodyClosed = make(chan struct{})
		h2_bundle.go#L9127: 	bodyClosed := cs.reqBodyClosed
		h2_bundle.go#L9370: 			bodyClosed := cs.reqBodyClosed != nil
		h2_bundle.go#L9465: 		if cs.reqBodyClosed != nil {